Html Css Color HEX #38DBDB Turquoise

📋 copy color: '#38DBDB'

red 56 ◦ green 219 ◦ blue 219

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

Shades of Turquoise #38DBDB

Tints of Turquoise #38DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 11.34%
G = 44.33%
B = 44.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38DBDB (or 0x38DBDB) is known color: Turquoise. HEX triplet: 38, DB and DB. RGB value is (56,219,219). Sum of RGB (Red+Green+Blue) = 56+219+219=494 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.34% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #38DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBDB is #C72424. Grayscale: #AAAAAA. Windows color (decimal): -13050917 or 14408504. OLE color: 14408504.

HSL color Cylindrical-coordinate representation of color #38DBDB: hue angle of 180º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DBDB is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 219 219 -
CMYK 0.74 0 0 0.14
HSL 180º 0.69% 0.54% -
HSV(B) 180º 0.74% 0.86% -
XYZ 39.75 56.62 75.85 -
YUV 170.26 155.5 46.5 -
System Red Green Blue C M Y K H S L
Decimal 56 219 219 0.74 0 0 0.14 180 0.69 0.54
Hex 38 DB DB 4A 0 0 E B4 45 36
Octal 70 333 333 112 0 0 16 264 105 66
Binary 111000 11011011 11011011 1001010 0 0 1110 10110100 1000101 110110

Color Harmonies of #38DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DBDB

Black with #38DBDB

Text Example


Text Example

White with #38DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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