Html Css Color HEX #38DFD2 Turquoise

📋 copy color: '#38DFD2'

red 56 ◦ green 223 ◦ blue 210

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

Shades of Turquoise #38DFD2

Tints of Turquoise #38DFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.6%

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 11.45%
G = 45.6%
B = 42.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#38DFD2 (or 0x38DFD2) is known color: Turquoise. HEX triplet: 38, DF and D2. RGB value is (56,223,210). Sum of RGB (Red+Green+Blue) = 56+223+210=489 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.45% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #38DFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DFD2 is #C7202D. Grayscale: #ABABAB. Windows color (decimal): -13049902 or 13819704. OLE color: 13819704.

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

Color convert

RGB 56 223 210 -
CMYK 0.75 0 0.06 0.13
HSL 175.33º 0.72% 0.55% -
HSV(B) 175.33º 0.75% 0.87% -
XYZ 39.65 58.27 70.13 -
YUV 171.59 149.67 45.56 -
System Red Green Blue C M Y K H S L
Decimal 56 223 210 0.75 0 0.06 0.13 175.33 0.72 0.55
Hex 38 DF D2 4B 0 6 D AF 48 37
Octal 70 337 322 113 0 6 15 257 110 67
Binary 111000 11011111 11010010 1001011 0 110 1101 10101111 1001000 110111

Color Harmonies of #38DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DFD2

Black with #38DFD2

Text Example


Text Example

White with #38DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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