Html Css Color HEX #38CCDF Medium Turquoise

📋 copy color: '#38CCDF'

red 56 ◦ green 204 ◦ blue 223

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

Shades of Medium Turquoise #38CCDF

Tints of Medium Turquoise #38CCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 11.59%
G = 42.24%
B = 46.17%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38CCDF (or 0x38CCDF) is known color: Medium Turquoise. HEX triplet: 38, CC and DF. RGB value is (56,204,223). Sum of RGB (Red+Green+Blue) = 56+204+223=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #38CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCDF is #C73320. Grayscale: #A1A1A1. Windows color (decimal): -13054753 or 14666808. OLE color: 14666808.

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

Color convert

RGB 56 204 223 -
CMYK 0.75 0.09 0 0.13
HSL 186.83º 0.72% 0.55% -
HSV(B) 186.83º 0.75% 0.87% -
XYZ 36.54 49.35 77.41 -
YUV 161.91 162.47 52.46 -
System Red Green Blue C M Y K H S L
Decimal 56 204 223 0.75 0.09 0 0.13 186.83 0.72 0.55
Hex 38 CC DF 4B 9 0 D BB 48 37
Octal 70 314 337 113 11 0 15 273 110 67
Binary 111000 11001100 11011111 1001011 1001 0 1101 10111011 1001000 110111

Color Harmonies of #38CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CCDF

Black with #38CCDF

Text Example


Text Example

White with #38CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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