Html Css Color HEX #38EADA Turquoise

📋 copy color: '#38EADA'

red 56 ◦ green 234 ◦ blue 218

#38EADA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #38EADA

Tints of Turquoise #38EADA

RGB

 RED value IS 56 (22.27% from 255) = 11.02%

 GREEN value IS 234 (91.8% from 255) = 46.06%

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 11.02%
G = 46.06%
B = 42.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38EADA (or 0x38EADA) is known color: Turquoise. HEX triplet: 38, EA and DA. RGB value is (56,234,218). Sum of RGB (Red+Green+Blue) = 56+234+218=508 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.02% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #38EADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EADA is #C71525. Grayscale: #B2B2B2. Windows color (decimal): -13047078 or 14346808. OLE color: 14346808.

HSL color Cylindrical-coordinate representation of color #38EADA: hue angle of 174.61º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EADA is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 234 218 -
CMYK 0.76 0 0.07 0.08
HSL 174.61º 0.81% 0.57% -
HSV(B) 174.61º 0.76% 0.92% -
XYZ 43.71 64.75 76.52 -
YUV 178.95 150.03 40.3 -
System Red Green Blue C M Y K H S L
Decimal 56 234 218 0.76 0 0.07 0.08 174.61 0.81 0.57
Hex 38 EA DA 4C 0 7 8 AF 51 39
Octal 70 352 332 114 0 7 10 257 121 71
Binary 111000 11101010 11011010 1001100 0 111 1000 10101111 1010001 111001

Color Harmonies of #38EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EADA

Black with #38EADA

Text Example


Text Example

White with #38EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38EADA; }

 p { color: rgb(56,234,218); }

 H1.HeaderClassName
 {
   color: #38EADA;
 }
 .AnyTagClassName
 {
   color: #38EADA;
 }
</style>

background-color css

<style>
 a { background-color: #38EADA; }

 a { background-color: rgb(56,234,218); }

 div.DivClassName
 {
   background-color: #38EADA;
 }
 .BgClassName
 {
   background-color: #38EADA;
 }
</style>

border-color css

<style>
 span { border-color: #38EADA; }

 span { border-color: rgb(56,234,218); }

 td.TdClassName
 {
   border-color: #38EADA;
 }
 .TagClassName
 {
   border-color: #38EADA;
 }
</style>