Html Css Color HEX #38CECD Medium Turquoise

📋 copy color: '#38CECD'

red 56 ◦ green 206 ◦ blue 205

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

Shades of Medium Turquoise #38CECD

Tints of Medium Turquoise #38CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 11.99%
G = 44.11%
B = 43.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#38CECD (or 0x38CECD) is known color: Medium Turquoise. HEX triplet: 38, CE and CD. RGB value is (56,206,205). Sum of RGB (Red+Green+Blue) = 56+206+205=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #38CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CECD is #C73132. Grayscale: #A0A0A0. Windows color (decimal): -13054259 or 13487672. OLE color: 13487672.

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

Color convert

RGB 56 206 205 -
CMYK 0.73 0 0.00 0.19
HSL 179.6º 0.6% 0.51% -
HSV(B) 179.6º 0.73% 0.81% -
XYZ 34.72 49.39 65.46 -
YUV 161.04 152.81 53.08 -
System Red Green Blue C M Y K H S L
Decimal 56 206 205 0.73 0 0.00 0.19 179.6 0.6 0.51
Hex 38 CE CD 49 0 0 13 B4 3C 33
Octal 70 316 315 111 0 0 23 264 74 63
Binary 111000 11001110 11001101 1001001 0 0 10011 10110100 111100 110011

Color Harmonies of #38CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CECD

Black with #38CECD

Text Example


Text Example

White with #38CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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