Html Css Color HEX #38DADB Turquoise

📋 copy color: '#38DADB'

red 56 ◦ green 218 ◦ blue 219

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

Shades of Turquoise #38DADB

Tints of Turquoise #38DADB

RGB

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

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

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

R = 11.36%
G = 44.22%
B = 44.42%

CMYK

 C value IS 0.74

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38DADB (or 0x38DADB) is known color: Turquoise. HEX triplet: 38, DA and DB. RGB value is (56,218,219). Sum of RGB (Red+Green+Blue) = 56+218+219=493 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.36% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #38DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DADB is #C72524. Grayscale: #A9A9A9. Windows color (decimal): -13051173 or 14408248. OLE color: 14408248.

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

Color convert

RGB 56 218 219 -
CMYK 0.74 0.00 0 0.14
HSL 180.37º 0.69% 0.54% -
HSV(B) 180.37º 0.74% 0.86% -
XYZ 39.49 56.1 75.76 -
YUV 169.68 155.83 46.92 -
System Red Green Blue C M Y K H S L
Decimal 56 218 219 0.74 0.00 0 0.14 180.37 0.69 0.54
Hex 38 DA DB 4A 0 0 E B4 45 36
Octal 70 332 333 112 0 0 16 264 105 66
Binary 111000 11011010 11011011 1001010 0 0 1110 10110100 1000101 110110

Color Harmonies of #38DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DADB

Black with #38DADB

Text Example


Text Example

White with #38DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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