Html Css Color HEX #38DBDD Turquoise

📋 copy color: '#38DBDD'

red 56 ◦ green 219 ◦ blue 221

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

Shades of Turquoise #38DBDD

Tints of Turquoise #38DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

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

R = 11.29%
G = 44.15%
B = 44.56%

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

#38DBDD (or 0x38DBDD) is known color: Turquoise. HEX triplet: 38, DB and DD. RGB value is (56,219,221). Sum of RGB (Red+Green+Blue) = 56+219+221=496 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.29% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #38DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBDD is #C72422. Grayscale: #AAAAAA. Windows color (decimal): -13050915 or 14539576. OLE color: 14539576.

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

Color convert

RGB 56 219 221 -
CMYK 0.75 0.01 0 0.13
HSL 180.73º 0.71% 0.54% -
HSV(B) 180.73º 0.75% 0.87% -
XYZ 40.01 56.72 77.25 -
YUV 170.49 156.5 46.34 -
System Red Green Blue C M Y K H S L
Decimal 56 219 221 0.75 0.01 0 0.13 180.73 0.71 0.54
Hex 38 DB DD 4B 1 0 D B5 47 36
Octal 70 333 335 113 1 0 15 265 107 66
Binary 111000 11011011 11011101 1001011 1 0 1101 10110101 1000111 110110

Color Harmonies of #38DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DBDD

Black with #38DBDD

Text Example


Text Example

White with #38DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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