Html Css Color HEX #38EFCB Turquoise

📋 copy color: '#38EFCB'

red 56 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #38EFCB

Tints of Turquoise #38EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 11.24%
G = 47.99%
B = 40.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#38EFCB (or 0x38EFCB) is known color: Turquoise. HEX triplet: 38, EF and CB. RGB value is (56,239,203). Sum of RGB (Red+Green+Blue) = 56+239+203=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFCB is #C71034. Grayscale: #B4B4B4. Windows color (decimal): -13045813 or 13365048. OLE color: 13365048.

HSL color Cylindrical-coordinate representation of color #38EFCB: hue angle of 168.2º 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 #38EFCB is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 239 203 -
CMYK 0.77 0 0.15 0.06
HSL 168.2º 0.85% 0.58% -
HSV(B) 168.2º 0.77% 0.94% -
XYZ 43.28 66.89 67.13 -
YUV 180.18 140.87 39.43 -
System Red Green Blue C M Y K H S L
Decimal 56 239 203 0.77 0 0.15 0.06 168.2 0.85 0.58
Hex 38 EF CB 4D 0 F 6 A8 55 3A
Octal 70 357 313 115 0 17 6 250 125 72
Binary 111000 11101111 11001011 1001101 0 1111 110 10101000 1010101 111010

Color Harmonies of #38EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFCB

Black with #38EFCB

Text Example


Text Example

White with #38EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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