Html Css Color HEX #38F1DB Turquoise

📋 copy color: '#38F1DB'

red 56 ◦ green 241 ◦ blue 219

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

Shades of Turquoise #38F1DB

Tints of Turquoise #38F1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.71%

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

R = 10.85%
G = 46.71%
B = 42.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#38F1DB (or 0x38F1DB) is known color: Turquoise. HEX triplet: 38, F1 and DB. RGB value is (56,241,219). Sum of RGB (Red+Green+Blue) = 56+241+219=516 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.85% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #38F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F1DB is #C70E24. Grayscale: #B7B7B7. Windows color (decimal): -13045285 or 14414136. OLE color: 14414136.

HSL color Cylindrical-coordinate representation of color #38F1DB: hue angle of 172.86º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F1DB is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 241 219 -
CMYK 0.77 0 0.09 0.05
HSL 172.86º 0.87% 0.58% -
HSV(B) 172.86º 0.77% 0.95% -
XYZ 45.87 68.87 77.89 -
YUV 183.18 148.21 37.29 -
System Red Green Blue C M Y K H S L
Decimal 56 241 219 0.77 0 0.09 0.05 172.86 0.87 0.58
Hex 38 F1 DB 4D 0 9 5 AD 57 3A
Octal 70 361 333 115 0 11 5 255 127 72
Binary 111000 11110001 11011011 1001101 0 1001 101 10101101 1010111 111010

Color Harmonies of #38F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F1DB

Black with #38F1DB

Text Example


Text Example

White with #38F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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