Html Css Color HEX #38DBEE Turquoise

📋 copy color: '#38DBEE'

red 56 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #38DBEE

Tints of Turquoise #38DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 10.92%
G = 42.69%
B = 46.39%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38DBEE (or 0x38DBEE) is known color: Turquoise. HEX triplet: 38, DB and EE. RGB value is (56,219,238). Sum of RGB (Red+Green+Blue) = 56+219+238=513 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.92% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #38DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DBEE is #C72411. Grayscale: #ACACAC. Windows color (decimal): -13050898 or 15653688. OLE color: 15653688.

HSL color Cylindrical-coordinate representation of color #38DBEE: hue angle of 186.26º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38DBEE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 219 238 -
CMYK 0.76 0.08 0 0.07
HSL 186.26º 0.84% 0.58% -
HSV(B) 186.26º 0.76% 0.93% -
XYZ 42.4 57.68 89.79 -
YUV 172.43 165 44.96 -
System Red Green Blue C M Y K H S L
Decimal 56 219 238 0.76 0.08 0 0.07 186.26 0.84 0.58
Hex 38 DB EE 4C 8 0 7 BA 54 3A
Octal 70 333 356 114 10 0 7 272 124 72
Binary 111000 11011011 11101110 1001100 1000 0 111 10111010 1010100 111010

Color Harmonies of #38DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DBEE

Black with #38DBEE

Text Example


Text Example

White with #38DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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