Html Css Color HEX #38CCC3 Medium Turquoise

📋 copy color: '#38CCC3'

red 56 ◦ green 204 ◦ blue 195

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

Shades of Medium Turquoise #38CCC3

Tints of Medium Turquoise #38CCC3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.84%

 BLUE value IS 195 (76.56% from 255) = 42.86%

R = 12.31%
G = 44.84%
B = 42.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#38CCC3 (or 0x38CCC3) is known color: Medium Turquoise. HEX triplet: 38, CC and C3. RGB value is (56,204,195). Sum of RGB (Red+Green+Blue) = 56+204+195=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #38CCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCC3 is #C7333C. Grayscale: #9E9E9E. Windows color (decimal): -13054781 or 12831800. OLE color: 12831800.

HSL color Cylindrical-coordinate representation of color #38CCC3: hue angle of 176.35º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CCC3 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 195 -
CMYK 0.73 0 0.04 0.2
HSL 176.35º 0.59% 0.51% -
HSV(B) 176.35º 0.73% 0.8% -
XYZ 33.07 47.97 59.15 -
YUV 158.72 148.47 54.73 -
System Red Green Blue C M Y K H S L
Decimal 56 204 195 0.73 0 0.04 0.2 176.35 0.59 0.51
Hex 38 CC C3 49 0 4 14 B0 3B 33
Octal 70 314 303 111 0 4 24 260 73 63
Binary 111000 11001100 11000011 1001001 0 100 10100 10110000 111011 110011

Color Harmonies of #38CCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CCC3

Black with #38CCC3

Text Example


Text Example

White with #38CCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,204,195); }

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

background-color css

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

 a { background-color: rgb(56,204,195); }

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

border-color css

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

 span { border-color: rgb(56,204,195); }

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