Html Css Color HEX #38CDCC Medium Turquoise

📋 copy color: '#38CDCC'

red 56 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #38CDCC

Tints of Medium Turquoise #38CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 12.04%
G = 44.09%
B = 43.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#38CDCC (or 0x38CDCC) is known color: Medium Turquoise. HEX triplet: 38, CD and CC. RGB value is (56,205,204). Sum of RGB (Red+Green+Blue) = 56+205+204=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDCC is #C73233. Grayscale: #A0A0A0. Windows color (decimal): -13054516 or 13421880. OLE color: 13421880.

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

Color convert

RGB 56 205 204 -
CMYK 0.73 0 0.00 0.20
HSL 179.6º 0.6% 0.51% -
HSV(B) 179.6º 0.73% 0.8% -
XYZ 34.36 48.86 64.75 -
YUV 160.34 152.64 53.58 -
System Red Green Blue C M Y K H S L
Decimal 56 205 204 0.73 0 0.00 0.20 179.6 0.6 0.51
Hex 38 CD CC 49 0 0 14 B4 3C 33
Octal 70 315 314 111 0 0 24 264 74 63
Binary 111000 11001101 11001100 1001001 0 0 10100 10110100 111100 110011

Color Harmonies of #38CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDCC

Black with #38CDCC

Text Example


Text Example

White with #38CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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