Html Css Color HEX #38CCDA Medium Turquoise

📋 copy color: '#38CCDA'

red 56 ◦ green 204 ◦ blue 218

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

Shades of Medium Turquoise #38CCDA

Tints of Medium Turquoise #38CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 11.72%
G = 42.68%
B = 45.61%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#38CCDA (or 0x38CCDA) is known color: Medium Turquoise. HEX triplet: 38, CC and DA. RGB value is (56,204,218). Sum of RGB (Red+Green+Blue) = 56+204+218=478 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.72% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #38CCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCDA is #C73325. Grayscale: #A1A1A1. Windows color (decimal): -13054758 or 14339128. OLE color: 14339128.

HSL color Cylindrical-coordinate representation of color #38CCDA: hue angle of 185.19º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38CCDA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 204 218 -
CMYK 0.74 0.06 0 0.15
HSL 185.19º 0.69% 0.54% -
HSV(B) 185.19º 0.74% 0.85% -
XYZ 35.88 49.09 73.91 -
YUV 161.34 159.97 52.86 -
System Red Green Blue C M Y K H S L
Decimal 56 204 218 0.74 0.06 0 0.15 185.19 0.69 0.54
Hex 38 CC DA 4A 6 0 F B9 45 36
Octal 70 314 332 112 6 0 17 271 105 66
Binary 111000 11001100 11011010 1001010 110 0 1111 10111001 1000101 110110

Color Harmonies of #38CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CCDA

Black with #38CCDA

Text Example


Text Example

White with #38CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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