Html Css Color HEX #38DCC3 Turquoise

📋 copy color: '#38DCC3'

red 56 ◦ green 220 ◦ blue 195

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

Shades of Turquoise #38DCC3

Tints of Turquoise #38DCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 11.89%
G = 46.71%
B = 41.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#38DCC3 (or 0x38DCC3) is known color: Turquoise. HEX triplet: 38, DC and C3. RGB value is (56,220,195). Sum of RGB (Red+Green+Blue) = 56+220+195=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCC3 is #C7233C. Grayscale: #A8A8A8. Windows color (decimal): -13050685 or 12835896. OLE color: 12835896.

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

Color convert

RGB 56 220 195 -
CMYK 0.75 0 0.11 0.14
HSL 170.85º 0.7% 0.54% -
HSV(B) 170.85º 0.75% 0.86% -
XYZ 37.07 55.97 60.48 -
YUV 168.11 143.17 48.03 -
System Red Green Blue C M Y K H S L
Decimal 56 220 195 0.75 0 0.11 0.14 170.85 0.7 0.54
Hex 38 DC C3 4B 0 B E AB 46 36
Octal 70 334 303 113 0 13 16 253 106 66
Binary 111000 11011100 11000011 1001011 0 1011 1110 10101011 1000110 110110

Color Harmonies of #38DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCC3

Black with #38DCC3

Text Example


Text Example

White with #38DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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