Html Css Color HEX #38CCC2 Medium Turquoise

📋 copy color: '#38CCC2'

red 56 ◦ green 204 ◦ blue 194

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

Shades of Medium Turquoise #38CCC2

Tints of Medium Turquoise #38CCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 12.33%
G = 44.93%
B = 42.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#38CCC2 (or 0x38CCC2) is known color: Medium Turquoise. HEX triplet: 38, CC and C2. RGB value is (56,204,194). Sum of RGB (Red+Green+Blue) = 56+204+194=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #38CCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCC2 is #C7333D. Grayscale: #9E9E9E. Windows color (decimal): -13054782 or 12766264. OLE color: 12766264.

HSL color Cylindrical-coordinate representation of color #38CCC2: hue angle of 175.95º 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 #38CCC2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 194 -
CMYK 0.73 0 0.05 0.2
HSL 175.95º 0.59% 0.51% -
HSV(B) 175.95º 0.73% 0.8% -
XYZ 32.96 47.92 58.55 -
YUV 158.61 147.97 54.81 -
System Red Green Blue C M Y K H S L
Decimal 56 204 194 0.73 0 0.05 0.2 175.95 0.59 0.51
Hex 38 CC C2 49 0 5 14 B0 3B 33
Octal 70 314 302 111 0 5 24 260 73 63
Binary 111000 11001100 11000010 1001001 0 101 10100 10110000 111011 110011

Color Harmonies of #38CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CCC2

Black with #38CCC2

Text Example


Text Example

White with #38CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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