Html Css Color HEX #38CCC7 Medium Turquoise

📋 copy color: '#38CCC7'

red 56 ◦ green 204 ◦ blue 199

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

Shades of Medium Turquoise #38CCC7

Tints of Medium Turquoise #38CCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.36%

R = 12.2%
G = 44.44%
B = 43.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#38CCC7 (or 0x38CCC7) is known color: Medium Turquoise. HEX triplet: 38, CC and C7. RGB value is (56,204,199). Sum of RGB (Red+Green+Blue) = 56+204+199=459 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.20% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #38CCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCC7 is #C73338. Grayscale: #9F9F9F. Windows color (decimal): -13054777 or 13093944. OLE color: 13093944.

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

Color convert

RGB 56 204 199 -
CMYK 0.73 0 0.02 0.2
HSL 177.97º 0.59% 0.51% -
HSV(B) 177.97º 0.73% 0.8% -
XYZ 33.53 48.15 61.56 -
YUV 159.18 150.47 54.41 -
System Red Green Blue C M Y K H S L
Decimal 56 204 199 0.73 0 0.02 0.2 177.97 0.59 0.51
Hex 38 CC C7 49 0 2 14 B2 3B 33
Octal 70 314 307 111 0 2 24 262 73 63
Binary 111000 11001100 11000111 1001001 0 10 10100 10110010 111011 110011

Color Harmonies of #38CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CCC7

Black with #38CCC7

Text Example


Text Example

White with #38CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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