Html Css Color HEX #38DCCC Turquoise

📋 copy color: '#38DCCC'

red 56 ◦ green 220 ◦ blue 204

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

Shades of Turquoise #38DCCC

Tints of Turquoise #38DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

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

R = 11.67%
G = 45.83%
B = 42.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#38DCCC (or 0x38DCCC) is known color: Turquoise. HEX triplet: 38, DC and CC. RGB value is (56,220,204). Sum of RGB (Red+Green+Blue) = 56+220+204=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCCC is #C72333. Grayscale: #A9A9A9. Windows color (decimal): -13050676 or 13425720. OLE color: 13425720.

HSL color Cylindrical-coordinate representation of color #38DCCC: hue angle of 174.15º 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 #38DCCC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 204 -
CMYK 0.75 0 0.07 0.14
HSL 174.15º 0.7% 0.54% -
HSV(B) 174.15º 0.75% 0.86% -
XYZ 38.12 56.39 66 -
YUV 169.14 147.67 47.3 -
System Red Green Blue C M Y K H S L
Decimal 56 220 204 0.75 0 0.07 0.14 174.15 0.7 0.54
Hex 38 DC CC 4B 0 7 E AE 46 36
Octal 70 334 314 113 0 7 16 256 106 66
Binary 111000 11011100 11001100 1001011 0 111 1110 10101110 1000110 110110

Color Harmonies of #38DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCCC

Black with #38DCCC

Text Example


Text Example

White with #38DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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