Html Css Color HEX #38CECA Medium Turquoise

📋 copy color: '#38CECA'

red 56 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #38CECA

Tints of Medium Turquoise #38CECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.4%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 12.07%
G = 44.4%
B = 43.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#38CECA (or 0x38CECA) is known color: Medium Turquoise. HEX triplet: 38, CE and CA. RGB value is (56,206,202). Sum of RGB (Red+Green+Blue) = 56+206+202=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #38CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CECA is #C73135. Grayscale: #A0A0A0. Windows color (decimal): -13054262 or 13291064. OLE color: 13291064.

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

Color convert

RGB 56 206 202 -
CMYK 0.73 0 0.02 0.19
HSL 178.4º 0.6% 0.51% -
HSV(B) 178.4º 0.73% 0.81% -
XYZ 34.36 49.25 63.57 -
YUV 160.69 151.31 53.33 -
System Red Green Blue C M Y K H S L
Decimal 56 206 202 0.73 0 0.02 0.19 178.4 0.6 0.51
Hex 38 CE CA 49 0 2 13 B2 3C 33
Octal 70 316 312 111 0 2 23 262 74 63
Binary 111000 11001110 11001010 1001001 0 10 10011 10110010 111100 110011

Color Harmonies of #38CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CECA

Black with #38CECA

Text Example


Text Example

White with #38CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,206,202); }

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

background-color css

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

 a { background-color: rgb(56,206,202); }

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

border-color css

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

 span { border-color: rgb(56,206,202); }

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