Html Css Color HEX #38DBDC Turquoise

📋 copy color: '#38DBDC'

red 56 ◦ green 219 ◦ blue 220

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

Shades of Turquoise #38DBDC

Tints of Turquoise #38DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 11.31%
G = 44.24%
B = 44.44%

CMYK

 C value IS 0.75

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38DBDC (or 0x38DBDC) is known color: Turquoise. HEX triplet: 38, DB and DC. RGB value is (56,219,220). Sum of RGB (Red+Green+Blue) = 56+219+220=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #38DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBDC is #C72423. Grayscale: #AAAAAA. Windows color (decimal): -13050916 or 14474040. OLE color: 14474040.

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

Color convert

RGB 56 219 220 -
CMYK 0.75 0.00 0 0.14
HSL 180.37º 0.7% 0.54% -
HSV(B) 180.37º 0.75% 0.86% -
XYZ 39.88 56.67 76.55 -
YUV 170.38 156 46.42 -
System Red Green Blue C M Y K H S L
Decimal 56 219 220 0.75 0.00 0 0.14 180.37 0.7 0.54
Hex 38 DB DC 4B 0 0 E B4 46 36
Octal 70 333 334 113 0 0 16 264 106 66
Binary 111000 11011011 11011100 1001011 0 0 1110 10110100 1000110 110110

Color Harmonies of #38DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DBDC

Black with #38DBDC

Text Example


Text Example

White with #38DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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