Html Css Color HEX #38CDDC Medium Turquoise

📋 copy color: '#38CDDC'

red 56 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #38CDDC

Tints of Medium Turquoise #38CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 11.64%
G = 42.62%
B = 45.74%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38CDDC (or 0x38CDDC) is known color: Medium Turquoise. HEX triplet: 38, CD and DC. RGB value is (56,205,220). Sum of RGB (Red+Green+Blue) = 56+205+220=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #38CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDDC is #C73223. Grayscale: #A1A1A1. Windows color (decimal): -13054500 or 14470456. OLE color: 14470456.

HSL color Cylindrical-coordinate representation of color #38CDDC: hue angle of 185.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CDDC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 205 220 -
CMYK 0.75 0.07 0 0.14
HSL 185.49º 0.7% 0.54% -
HSV(B) 185.49º 0.75% 0.86% -
XYZ 36.38 49.67 75.38 -
YUV 162.16 160.64 52.28 -
System Red Green Blue C M Y K H S L
Decimal 56 205 220 0.75 0.07 0 0.14 185.49 0.7 0.54
Hex 38 CD DC 4B 7 0 E B9 46 36
Octal 70 315 334 113 7 0 16 271 106 66
Binary 111000 11001101 11011100 1001011 111 0 1110 10111001 1000110 110110

Color Harmonies of #38CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDDC

Black with #38CDDC

Text Example


Text Example

White with #38CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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