Html Css Color HEX #38C9CF Medium Turquoise

📋 copy color: '#38C9CF'

red 56 ◦ green 201 ◦ blue 207

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

Shades of Medium Turquoise #38C9CF

Tints of Medium Turquoise #38C9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 12.07%
G = 43.32%
B = 44.61%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38C9CF (or 0x38C9CF) is known color: Medium Turquoise. HEX triplet: 38, C9 and CF. RGB value is (56,201,207). Sum of RGB (Red+Green+Blue) = 56+201+207=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #38C9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9CF is #C73630. Grayscale: #9E9E9E. Windows color (decimal): -13055537 or 13617464. OLE color: 13617464.

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

Color convert

RGB 56 201 207 -
CMYK 0.73 0.03 0 0.19
HSL 182.38º 0.61% 0.52% -
HSV(B) 182.38º 0.73% 0.81% -
XYZ 33.78 47.12 66.35 -
YUV 158.33 155.46 55.01 -
System Red Green Blue C M Y K H S L
Decimal 56 201 207 0.73 0.03 0 0.19 182.38 0.61 0.52
Hex 38 C9 CF 49 3 0 13 B6 3D 34
Octal 70 311 317 111 3 0 23 266 75 64
Binary 111000 11001001 11001111 1001001 11 0 10011 10110110 111101 110100

Color Harmonies of #38C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C9CF

Black with #38C9CF

Text Example


Text Example

White with #38C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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