Html Css Color HEX #38DADD Turquoise

📋 copy color: '#38DADD'

red 56 ◦ green 218 ◦ blue 221

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

Shades of Turquoise #38DADD

Tints of Turquoise #38DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 11.31%
G = 44.04%
B = 44.65%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38DADD (or 0x38DADD) is known color: Turquoise. HEX triplet: 38, DA and DD. RGB value is (56,218,221). Sum of RGB (Red+Green+Blue) = 56+218+221=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #38DADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DADD is #C72522. Grayscale: #A9A9A9. Windows color (decimal): -13051171 or 14539320. OLE color: 14539320.

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

Color convert

RGB 56 218 221 -
CMYK 0.75 0.01 0 0.13
HSL 181.09º 0.71% 0.54% -
HSV(B) 181.09º 0.75% 0.87% -
XYZ 39.75 56.2 77.16 -
YUV 169.9 156.83 46.76 -
System Red Green Blue C M Y K H S L
Decimal 56 218 221 0.75 0.01 0 0.13 181.09 0.71 0.54
Hex 38 DA DD 4B 1 0 D B5 47 36
Octal 70 332 335 113 1 0 15 265 107 66
Binary 111000 11011010 11011101 1001011 1 0 1101 10110101 1000111 110110

Color Harmonies of #38DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DADD

Black with #38DADD

Text Example


Text Example

White with #38DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,218,221); }

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

background-color css

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

 a { background-color: rgb(56,218,221); }

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

border-color css

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

 span { border-color: rgb(56,218,221); }

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