Html Css Color HEX #38EFC2 Turquoise

📋 copy color: '#38EFC2'

red 56 ◦ green 239 ◦ blue 194

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

Shades of Turquoise #38EFC2

Tints of Turquoise #38EFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.88%

 BLUE value IS 194 (76.17% from 255) = 39.67%

R = 11.45%
G = 48.88%
B = 39.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#38EFC2 (or 0x38EFC2) is known color: Turquoise. HEX triplet: 38, EF and C2. RGB value is (56,239,194). Sum of RGB (Red+Green+Blue) = 56+239+194=489 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.45% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFC2 is #C7103D. Grayscale: #B3B3B3. Windows color (decimal): -13045822 or 12775224. OLE color: 12775224.

HSL color Cylindrical-coordinate representation of color #38EFC2: hue angle of 165.25º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFC2 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 239 194 -
CMYK 0.77 0 0.19 0.06
HSL 165.25º 0.85% 0.58% -
HSV(B) 165.25º 0.77% 0.94% -
XYZ 42.24 66.47 61.64 -
YUV 179.15 136.37 40.16 -
System Red Green Blue C M Y K H S L
Decimal 56 239 194 0.77 0 0.19 0.06 165.25 0.85 0.58
Hex 38 EF C2 4D 0 13 6 A5 55 3A
Octal 70 357 302 115 0 23 6 245 125 72
Binary 111000 11101111 11000010 1001101 0 10011 110 10100101 1010101 111010

Color Harmonies of #38EFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFC2

Black with #38EFC2

Text Example


Text Example

White with #38EFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,239,194); }

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

background-color css

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

 a { background-color: rgb(56,239,194); }

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

border-color css

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

 span { border-color: rgb(56,239,194); }

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