Html Css Color HEX #38C9CE Medium Turquoise

📋 copy color: '#38C9CE'

red 56 ◦ green 201 ◦ blue 206

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

Shades of Medium Turquoise #38C9CE

Tints of Medium Turquoise #38C9CE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 12.1%
G = 43.41%
B = 44.49%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38C9CE (or 0x38C9CE) is known color: Medium Turquoise. HEX triplet: 38, C9 and CE. RGB value is (56,201,206). Sum of RGB (Red+Green+Blue) = 56+201+206=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #38C9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9CE is #C73631. Grayscale: #9E9E9E. Windows color (decimal): -13055538 or 13551928. OLE color: 13551928.

HSL color Cylindrical-coordinate representation of color #38C9CE: hue angle of 182º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C9CE is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 201 206 -
CMYK 0.73 0.02 0 0.19
HSL 182º 0.6% 0.51% -
HSV(B) 182º 0.73% 0.81% -
XYZ 33.66 47.07 65.7 -
YUV 158.22 154.96 55.09 -
System Red Green Blue C M Y K H S L
Decimal 56 201 206 0.73 0.02 0 0.19 182 0.6 0.51
Hex 38 C9 CE 49 2 0 13 B6 3C 33
Octal 70 311 316 111 2 0 23 266 74 63
Binary 111000 11001001 11001110 1001001 10 0 10011 10110110 111100 110011

Color Harmonies of #38C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C9CE

Black with #38C9CE

Text Example


Text Example

White with #38C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,201,206); }

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

background-color css

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

 a { background-color: rgb(56,201,206); }

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

border-color css

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

 span { border-color: rgb(56,201,206); }

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