Html Css Color HEX #38EFCD Turquoise

📋 copy color: '#38EFCD'

red 56 ◦ green 239 ◦ blue 205

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

Shades of Turquoise #38EFCD

Tints of Turquoise #38EFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 11.2%
G = 47.8%
B = 41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#38EFCD (or 0x38EFCD) is known color: Turquoise. HEX triplet: 38, EF and CD. RGB value is (56,239,205). Sum of RGB (Red+Green+Blue) = 56+239+205=500 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.2% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFCD is #C71032. Grayscale: #B4B4B4. Windows color (decimal): -13045811 or 13496120. OLE color: 13496120.

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

Color convert

RGB 56 239 205 -
CMYK 0.77 0 0.14 0.06
HSL 168.85º 0.85% 0.58% -
HSV(B) 168.85º 0.77% 0.94% -
XYZ 43.52 66.98 68.39 -
YUV 180.41 141.87 39.26 -
System Red Green Blue C M Y K H S L
Decimal 56 239 205 0.77 0 0.14 0.06 168.85 0.85 0.58
Hex 38 EF CD 4D 0 E 6 A9 55 3A
Octal 70 357 315 115 0 16 6 251 125 72
Binary 111000 11101111 11001101 1001101 0 1110 110 10101001 1010101 111010

Color Harmonies of #38EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFCD

Black with #38EFCD

Text Example


Text Example

White with #38EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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