Html Css Color HEX #38C2CB Medium Turquoise

📋 copy color: '#38C2CB'

red 56 ◦ green 194 ◦ blue 203

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

Shades of Medium Turquoise #38C2CB

Tints of Medium Turquoise #38C2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 12.36%
G = 42.83%
B = 44.81%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38C2CB (or 0x38C2CB) is known color: Medium Turquoise. HEX triplet: 38, C2 and CB. RGB value is (56,194,203). Sum of RGB (Red+Green+Blue) = 56+194+203=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #38C2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C2CB is #C73D34. Grayscale: #999999. Windows color (decimal): -13057333 or 13353528. OLE color: 13353528.

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

Color convert

RGB 56 194 203 -
CMYK 0.72 0.04 0 0.20
HSL 183.67º 0.59% 0.51% -
HSV(B) 183.67º 0.72% 0.8% -
XYZ 31.7 43.74 63.27 -
YUV 153.76 155.78 58.27 -
System Red Green Blue C M Y K H S L
Decimal 56 194 203 0.72 0.04 0 0.20 183.67 0.59 0.51
Hex 38 C2 CB 48 4 0 14 B8 3B 33
Octal 70 302 313 110 4 0 24 270 73 63
Binary 111000 11000010 11001011 1001000 100 0 10100 10111000 111011 110011

Color Harmonies of #38C2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C2CB

Black with #38C2CB

Text Example


Text Example

White with #38C2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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