Html Css Color HEX #38CCDD Medium Turquoise

📋 copy color: '#38CCDD'

red 56 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #38CCDD

Tints of Medium Turquoise #38CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 11.64%
G = 42.41%
B = 45.95%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38CCDD (or 0x38CCDD) is known color: Medium Turquoise. HEX triplet: 38, CC and DD. RGB value is (56,204,221). Sum of RGB (Red+Green+Blue) = 56+204+221=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #38CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCDD is #C73322. Grayscale: #A1A1A1. Windows color (decimal): -13054755 or 14535736. OLE color: 14535736.

HSL color Cylindrical-coordinate representation of color #38CCDD: hue angle of 186.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CCDD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 204 221 -
CMYK 0.75 0.08 0 0.13
HSL 186.18º 0.71% 0.54% -
HSV(B) 186.18º 0.75% 0.87% -
XYZ 36.27 49.25 76 -
YUV 161.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 56 204 221 0.75 0.08 0 0.13 186.18 0.71 0.54
Hex 38 CC DD 4B 8 0 D BA 47 36
Octal 70 314 335 113 10 0 15 272 107 66
Binary 111000 11001100 11011101 1001011 1000 0 1101 10111010 1000111 110110

Color Harmonies of #38CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CCDD

Black with #38CCDD

Text Example


Text Example

White with #38CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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